home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / arcers / tarsrc.zip / TARSRC.TAR / tar-1.11.2 / getoldopt_d.h < prev    next >
C/C++ Source or Header  |  1993-11-15  |  207b  |  8 lines

  1. #ifndef __GETOLDOPT_D_H__
  2. #define __GETOLDOPT_D_H__
  3.  
  4. extern int getoldopt _P_((int argc, char **argv, char *optstring,
  5.                           struct option *long_options, int *opt_index));
  6.  
  7. #endif
  8.